@charset "utf-8";
@font-face {
	font-family: "iconfont";
	src: url("../fonts/font_1461287598_9928925.eot");
	src: url("../fonts/font_1461287598_9928925.eot") format("embedded-opentype"),
		url("../fonts/font_1461287598_9928925.woff") format("woff"),
		url("../fonts/font_1461287598_9928925.ttf") format("truetype"),
		url("../fonts/font_1461287598_9928925.svg#iconfont") format("svg");

	/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	/* chrome、firefox */
	/* IE6-IE8 */
	/* IE9*/
	/* iOS 4.1- */
}
.clearfix::after{
  content: '';
  display: block;
  clear: both;
}
ul li{
  list-style: none;
}
img {
	max-width: 100%;
	outline: none;
	padding-top: 4px;
	border: none !important;
}
.vcenter {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: -1px;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	margin: auto;
}
a:hover {
	color: #476a56;
}
* {
	transition: All 0s ease-in-out;
	-webkit-transition: All 0s ease-in-out;
	-moz-transition: All 0s ease-in-out;
	-o-transition: All 0s ease-in-out;
}
body {
	font-family: "微软雅黑";
	overflow-x: hidden;
}
.phone-nav {
	position: absolute;
	font-size: 36px;
	right: 15px;
	line-height: 78px;
	display: none;
	color: #476a56;
}
.phone-nav .fa-list {
	font-size: 26px;
}
@media (max-width: 991px) {
	.phone-nav {
		display: block;
		line-height: 55px;
	}
}
.container {
	margin: 0 220px;
}
@media (min-width: 1241px) and (max-width: 1399px) {
	.container {
		margin: 0 130px;
	}
}
@media (min-width: 991px) and (max-width: 1240px) {
	.container {
		margin: 0 60px;
	}
}
@media (max-width: 991px) {
	.container {
		margin: 0 15px;
	}
}
.contain {
	margin: 0 200px;
	overflow: hidden;
}
@media (min-width: 1241px) and (max-width: 1399px) {
	.contain {
		margin: 0 130px;
	}
}
@media (min-width: 991px) and (max-width: 1240px) {
	.contain {
		margin: 0 50px;
	}
}
@media (max-width: 991px) {
	.contain {
		margin: 0 15px;
	}
}
.ny_contain {
	margin: 0 214px;
	overflow: hidden;
}
@media (min-width: 1241px) and (max-width: 1399px) {
	.ny_contain {
		margin: 0 130px;
	}
}
@media (min-width: 991px) and (max-width: 1240px) {
	.ny_contain {
		margin: 0 50px;
	}
}
@media (max-width: 991px) {
	.ny_contain {
		margin: 0 15px;
	}
}
#mmenu {
	z-index: 9999;
}
header {
	padding: 20px 0 0;
	box-shadow: -1px 2px 20px -5px #3a3939;
	z-index: 9;
	display: table;
	width: 100%;
	position: relative;
}
header .logo {
	float: left;
	margin-bottom: 20px;
	width: 440px;
  height: 92px;
}
header .logo img {
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	border: none !important;
}
@media (max-width: 767px) {
	header .logo {
		width: 270px;
    height: 52px;
	}
  header {
    padding: 10px 0 0;
  }
}
header .right {
	float: right;
  padding-top: 15px;
}
@media (max-width: 991px) {
	header .right {
		display: none;
	}
}
header .right .wechat {
	float: right;
	width: 26px;
	height: 60px;
	position: relative;
}
header .right .wechat p {
	position: absolute;
	width: 79px;
	height: 79px;
	top: 50px;
	display: none;
	z-index: 999;
	left: 50%;
	margin-left: -39px;
}
header .right .wechat .pic {
	width: 25px;
	height: 25px;
	margin: 22px 0 0;
	cursor: pointer;
}
header .right .wechat:hover p {
	display: block;
}
header .right .zn {
	color: #a6a6a6;
	font-size: 14px;
	float: right;
	margin: 23px 0 0;
	overflow: hidden;
}
header .right .zn a {
	color: #666666;
	line-height: 24px;
	padding: 0 10px;
}
header .right .zn a:hover {
	color: #d0712f;
}
header .right .zn a:hover {
	color: #d0712f;
}
header .right .zn .module .m_edit {
	color: #ffffff;
}
header .right .zn .module .m_add {
	color: #ffffff;
}
header .right .zn .module .m_del {
	color: #ffffff;
}
header .right .phone {
	background: url("../images/phone.png") left center no-repeat;
	padding-left: 25px;
	float: right;
	margin: 22px 0 0;
}
header .right .phone small {
	float: left;
	display: block;
	color: #666666;
	font-size: 14px;
	line-height: 25px;
	margin: 0 0 0 2px;
}
header .right .phone span {
	color: #476a56;
	font-size: 29px;
	line-height: 25px;
	font-family: Helvetica;
}
header .nav {
	list-style: none;
	clear: both;
	margin-top: 25px;
	background: url("../images/topline.png") repeat-x top right;
}
@media (max-width: 991px) {
	header .nav {
		display: none;
	}
}
header .nav .active {
	position: relative;
}
header .nav .active:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	background: #476a56;
}
header .nav li {
	float: left;
	line-height: 52px;
	width: 14%;
	z-index: 5;
	text-align: center;
	position: relative;
}
@media (min-width: 991px) and (max-width: 1240px) {
	header .nav li {
		width: 12%;
	}
}
@media (min-width: 1241px) and (max-width: 1399px) {
	header .nav li {
		width: 12%;
	}
}
header .nav li:hover div {
	display: block;
}
header .nav li div {
	position: absolute;
	left: 0;
	z-index: 99;
	width: 100%;
	background: url(../images/navbg.png) no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/navbg.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/navbg.png', sizingMethod='scale')";
	background-size: 100% 100%;
	padding: 10px 0px 20px 0px;
	box-shadow: 0px 0px -5px #565656;
	border-radius: 5px;
	display: none;
}
header .nav li div:before {
	content: "";
	width: 29px;
	height: 8px;
	position: absolute;
	z-index: 999;
	background: url(../images/san.png) no-repeat;
	top: -8px;
	left: 50%;
	margin-left: -14px;
}
header .nav li div > a {
	display: block;
	height: 32px;
	line-height: 32px;
	color: #fff;
	font-size: 13px;
	border-bottom: 1px solid #cad4cf;
	overflow: hidden;
}
header .nav li div > a:before {
	display: none;
}
header .nav li div > a:hover {
	background: #719d16;
	font-weight: bold;
}
header .nav li:hover a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	background: #476a56;
	transition-property: 1s;
	transition-duration: 0.35s;
}
header .nav li:hover a > a {
	color: #476a56;
}
header .nav li > a {
	color: #666666;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	display: inline-block;
}
header .nav li > a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	left: -100%;
	background: none;
	transition-property: 2s;
	transition-duration: 0.5s;
}
.banner {
	z-index: 0;
}
.banner {
	width: 100%;
	overflow: hidden;
}
.banner span {
	display: block;
	position: relative;
}
.banner span:after {
	content: "";
	display: block;
	padding-bottom: 34.4%;
}
.banner .slick-prev,
.banner .slick-next {
	width: 100px;
	height: 100px;
	border: none;
}
@media (max-width: 991px) {
	.banner .slick-prev,
	.banner .slick-next {
		width: 50px;
		height: 50px;
	}
}
@media (max-width: 767px) {
	.banner .slick-prev,
	.banner .slick-next {
		width: 25px;
		height: 25px;
		top: 60%;
	}
}
.banner .slick-prev {
	left: 0;
	background: url("../images/prev.png") center no-repeat;
}
@media (max-width: 767px) {
	.banner .slick-prev {
		background: url("../images/prev1.png") center no-repeat;
	}
}
.banner .slick-next {
	right: 0;
	background: url("../images/next.png") center no-repeat;
}
@media (max-width: 767px) {
	.banner .slick-next {
		background: url("../images/next1.png") center no-repeat;
	}
}
.home_about {
	padding: 55px 0;
}
@media (max-width: 767px) {
	.home_about {
		padding: 40px 0 20px;
	}
}
.home_about .left {
	float: left;
	padding-top: 40px;
	width: 50%;
}
@media (max-width: 767px) {
	.home_about .left {
		float: none;
		width: 100%;
		padding-top: 0;
	}
}
.home_about .left .en {
	text-align: center;
}
@media (max-width: 767px) {
	.home_about .left .en {
		width: 70%;
		margin: 0 auto;
	}
}
.home_about .left .title {
	text-align: center;
	color: #23292c;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 45px;
}
.home_about .left P {
	color: #666666;
	font-size: 14px;
	line-height: 26px;
	/*text-align: center;*/ /*解決客戶居左問題*/
}
.home_about .left .view {
	text-transform: uppercase;
	color: #23292c;
	font-size: 12px;
	text-align: center;
	display: table;
	margin: 30px auto 20px;
	position: relative;
}
.home_about .left .view:before {
	content: "";
	position: absolute;
	left: -107px;
	width: 100px;
	height: 1px;
	top: 7px;
	background: #23292c;
}
.home_about .left .view:after {
	content: "";
	position: absolute;
	right: -105px;
	width: 100px;
	height: 1px;
	top: 7px;
	background: #23292c;
}
.home_about .left .ico {
	text-align: center;
}
.home_about .right {
	float: right;
	width: 41.5%;
	position: relative;
	z-index: 1;
}
@media (max-width: 767px) {
	.home_about .right {
		float: none;
		width: 100%;
	}
}
.home_about .right:hover .img1 img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.home_about .right:hover .img2 img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.home_about .right .img1 {
	/* width: 83.5%;
	margin-top: 100px;
	position: relative;
	overflow: hidden;
  z-index: 5;
  float: right; */
}
.home_about .right .img1 img {
	transition: all 0.38s ease-in;
	-webkit-transition: all 0.38s ease-in;
	-moz-transition: all 0.38s ease-in;
	-ms-transition: all 0.38s ease-in;
  -o-transition: all 0.38s ease-in;
  position: absolute;
  top: 75px;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
  border-radius: 10px;
}
.home_about .right .img1:after {
	content: "";
	display: block;
	padding-bottom: 110%;
}
.home_about .right .img2 {
	width: 60.5%;
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	display: block;
	overflow: hidden;
}
@media (max-width: 767px) {
	.home_about .right .img2 {
		top: -60px;
	}
}
.home_about .right .img2 img {
	transition: all 0.38s ease-in;
	-webkit-transition: all 0.38s ease-in;
	-moz-transition: all 0.38s ease-in;
	-ms-transition: all 0.38s ease-in;
	-o-transition: all 0.38s ease-in;
}
.home_about .right .img2:after {
	content: "";
	display: block;
	padding-bottom: 130%;
}
.home_fruit {
	/*padding: 20px 15px 0;*/
	overflow: hidden;
	width: 100%;
}
.home_fruit ul {
	list-style: none;
	/*margin: 65px 0% 65px -1.5%;*/
	display: table;
	display: inline-block;
	width: 96%;
	padding-left: 25px;
	margin: 65px auto;
}
@media (max-width: 767px) {
	.home_fruit ul {
		margin: 25px -20px;
	}
}
.home_fruit ul li {
	float: left;
	width: 31.83333%;
	margin-left: 1.5%;
	position: relative;
	overflow: hidden;
}
@media (max-width: 767px) {
	.home_fruit ul li {
		float: none;
		width: 100%;
		margin-left: 1%;
		margin-bottom: 15px;
	}
}
.home_fruit ul li:before {
	display: block;
	content: "";
	padding-bottom: 68.5%;
}
.home_fruit ul li:hover .mask {
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.home_fruit ul li:hover .mask big {
	opacity: 1;
}
.home_fruit ul li:hover .mask big:after {
	left: 0;
	opacity: 1;
	-webkit-transition-duration: 2s;
	transition-duration: 2s;
}
.home_fruit ul .mask {
	background: url("../images/mask.png");
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	z-index: 25;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 17% 0 0;
	position: absolute;
	-webkit-transition-duration: 0.85s;
	transition-duration: 0.85s;
}
.home_fruit ul .mask big {
	text-align: center;
	display: block;
	color: #fff;
	font-size: 34px;
	text-transform: capitalize;
	width: 60%;
	height: 104px;
	overflow: hidden;
	line-height: 100px;
	margin: 0 auto;
	position: relative;
	text-shadow: 2px 2px 5px #535353;
}
.home_fruit ul .mask big:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #fff;
	bottom: 0;
	left: -50%;
	-webkit-transition-duration: 1s;
	transition-duration: s;
}
.home_fruit ul .mask small {
	text-align: center;
	display: block;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	overflow: hidden;
	height: 0px;
}
.titlez {
	display: table;
	margin: 0 auto;
	position: relative;
}
@media (max-width: 767px) {
	.titlez:before {
		display: none;
		padding: 0 15px;
	}
}
.titlez:before {
	content: "";
	position: absolute;
	width: 167%;
	height: 1px;
	background: #e0e0e0;
	top: 33px;
	left: -168%;
}
.titlez .left {
	float: left;
}
@media (max-width: 767px) {
	.titlez .left {
		float: none;
		width: 100%;
		text-align: center;
	}
}
.titlez .left big {
	display: block;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
}
@media (max-width: 767px) {
	.titlez .left big {
		text-align: center;
	}
}
.titlez .left small {
	display: block;
	color: #535353;
	font-size: 12px;
	text-transform: uppercase;
	text-align: right;
}
@media (max-width: 767px) {
	.titlez .left small {
		text-align: center;
	}
}
.titlez .right {
	float: right;
	color: #476a56;
	font-size: 32px;
	line-height: 34px;
	font-weight: bold;
	margin-left: 5px;
}
@media (max-width: 767px) {
	.titlez .right {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
}
.home_service {
	padding: 0 15px 20px;
	overflow: hidden;
}
@media (max-width: 767px) {
	.home_service {
		padding: 0;
	}
}
.home_service .text {
	color: #7b7a7a;
	font-size: 16px;
	text-align: center;
	line-height: 24px;
	width: 46%;
	margin: 35px auto;
}
@media (max-width: 767px) {
	.home_service .text {
		width: 100%;
		padding: 0 6px;
	}
}
.home_service ul {
	list-style: none;
	display: inline-block;
	width: 100%;
	margin: 0 -33px;
}
.home_service ul li {
	float: left;
	width: 19%;
	margin: 0 3%;
}
@media (max-width: 767px) {
	.home_service ul li {
		width: 44%;
		margin: 0 3% 20px;
	}
}
@media (max-width: 320px) {
	.home_service ul li {
		width: 100%;
		margin: 0;
	}
}
.home_service ul li .pic {
	background: url("../images/home_servicebg.png") no-repeat center;
	text-align: center;
}
.home_service ul li .pic img {
	-webkit-transition: 0.4s;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
}
.home_service ul li span {
	text-align: center;
	display: block;
	caption-side: #476a56;
	font-size: 18px;
	font-weight: bold;
	margin: 23px 0 15px;
}
.home_service ul li span a {
	color: #476a56;
}
.home_service ul li p {
	color: #7b7a7a;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	height: 94px;
	overflow: hidden;
}
.home_service ul li:hover .pic img {
	transform: rotateZ(360deg);
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
}
.home_job {
	margin: 57px auto 50px;
	position: relative;
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 100px 0 75px;
}
@media (max-width: 767px) {
	.home_job {
		margin: 15px auto 40px;
		padding: 50px 0 35px;
	}
}
.home_job:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.45);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=45);
	content: "";
}
.home_job .trangle {
	top: 0;
	position: absolute;
	left: 50%;
	margin-left: -32px;
	text-align: center;
}
.home_job .home_jobnr {
	display: table;
	margin: 0 auto;
	background: #fff;
	position: relative;
}
.home_job .home_jobnr .box {
	border: 1px solid #f0eaef;
	margin: 12px;
	padding: 20px 55px 45px;
}
@media (max-width: 767px) {
	.home_job .home_jobnr .box {
		padding: 20px 50px 45px 50px;
	}
}
.home_job .home_jobnr span {
	display: block;
	text-align: center;
}
.home_job .home_jobnr p {
	display: block;
	color: #23292c;
	font-size: 22px;
	line-height: 24px;
	text-align: center;
}
/* .home_job.bg {
  background: url("../images/home_jobbg.png") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
} */
.home_news {
	padding: 0 15px;
	overflow: hidden;
}
@media (max-width: 767px) {
	.home_news {
		padding: 0;
	}
}
.home_news ul {
	display: inline-block;
	list-style: none;
	width: 102.3%;
	margin-left: -2.3%;
	margin-top: 57px;
	margin-bottom: 50px;
}
@media (max-width: 767px) {
	.home_news ul {
		margin-left: -40px;
		margin-top: 30px;
		margin-bottom: 10px;
	}
}
.home_news ul li {
	width: 31%;
	float: left;
	margin-left: 2.3%;
}
@media (max-width: 767px) {
	.home_news ul li {
		width: 100%;
		float: none;
		margin-left: 7%;
		margin-bottom: 30px;
	}
}
.home_news ul li:hover span a {
	color: #476a56;
}
.home_news ul li:hover .pic img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.home_news ul li span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	margin: 30px 0 10px;
	width: 89%;
	height: 26px;
	overflow: hidden;
}
.home_news ul li span a {
	color: #333333;
}
.home_news ul li p {
	color: #7b7a7a;
	font-size: 14px;
	line-height: 22px;
	width: 90%;
	height: 63px;
	overflow: hidden;
}
.home_news ul li .pic {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 5;
	margin-left: -7%;
}
.home_news ul li .pic img {
	transition: all 0.38s ease-in;
	-webkit-transition: all 0.38s ease-in;
	-moz-transition: all 0.38s ease-in;
	-ms-transition: all 0.38s ease-in;
	-o-transition: all 0.38s ease-in;
}
.home_news ul li .pic:before {
	content: "";
	display: block;
	padding-bottom: 65.7%;
}
.home_news ul li time {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background: #719d16;
	padding: 10px 20px;
}
.home_news ul li time big {
	color: #fff;
	display: block;
	text-align: center;
	font-size: 26px;
	font-family: arial;
}
.home_news ul li time small {
	color: #fff;
	display: block;
	text-align: center;
	font-size: 17px;
	text-transform: uppercase;
	font-family: arial;
}
.home_link {
	overflow: hidden;
	padding-bottom: 30px;
	background-size: 14%;
}
.home_link .containlink {
	margin: 0 214.5px;
}
@media (min-width: 1241px) and (max-width: 1399px) {
	.home_link .containlink {
		margin: 0 150px;
	}
}
@media (min-width: 991px) and (max-width: 1240px) {
	.home_link .containlink {
		margin: 0 50px;
	}
}
@media (max-width: 991px) {
	.home_link .containlink {
		margin: 0 15px;
	}
}
@media (max-width: 767px) {
	.home_link .containlink {
		background: none;
	}
}
.home_link .title {
	color: #4a4a4a;
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 0 47px;
}
.home_link ul {
	list-style: none;
	display: inline-block;
	padding: 40px 30px 20px 35px;
	margin-top: 5px;
	position: relative;
	border: 5px solid #476a56;
	border-radius: 5px;
}
.home_link ul:before {
	content: "";
	position: absolute;
	background: url(../images/link.png) no-repeat;
	left: -5px;
	top: -12px;
	width: 47px;
	display: block;
	height: 47px;
}
.home_link ul li {
	float: left;
	font-size: 13px;
	line-height: 14px;
	padding: 0 10px;
	margin-bottom: 12px;
	border-right: 1px solid #666666;
}
.home_link ul li a {
	color: #666666;
}

/* 底部 开始 */
.footer {
	transition: all 0.5s;
}
.footer.active {
	transform: translateX(-390px);
}
@media (max-width: 500px) {
	.footer.active {
		transform: translateX(-200px);
	}
}
.footer .footer_top {
  background:url(../images/foot1.jpg) no-repeat;background-size: cover;
	padding-top: 1%;
    padding-bottom: 1%;
}
.footer .footer_top .footer_cen .footer_l {
	float: left;
}
.footer .footer_top .footer_cen .footer_l .message {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}
.footer .footer_top .footer_cen .footer_l .message .number {
	font-size: 30px;
	line-height: 34px;
	font-family: "HELVETICAMEDCD";
}
.footer .footer_top .footer_cen .footer_l .code {
	margin-top: 20px;
	display: inline-block;
}
.footer .footer_top .footer_cen .footer_l .code .tu {
	width: 88px;
	height: 88px;
	overflow: hidden;
	border-radius: 4px;
}
.footer .footer_top .footer_cen .footer_l .code .tu img {
	width: 100%;
	height: auto;
}
.footer .footer_top .footer_cen .footer_l .code .txt {
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	text-align: center;
}
.footer .footer_top .footer_cen .footer_l .bdsharebuttonbox {
	margin-top: 12px;
}
.footer .footer_top .footer_cen .footer_l .bdsharebuttonbox a {
	width: 43px;
	height: 43px;
	padding: 0;
	margin: 0 8px 0 0;
}
.footer .footer_top .footer_cen .footer_l .bdsharebuttonbox a.bds_qzone {
	background: url(../images/qq.png) no-repeat center center;
}
.footer .footer_top .footer_cen .footer_l .bdsharebuttonbox a.bds_tqq {
	background: url(../images/tx.png) no-repeat center center;
}
.footer .footer_top .footer_cen .footer_l .bdsharebuttonbox a.bds_tsina {
	background: url(../images/sina.png) no-repeat center center;
}
.footer .footer_top .footer_cen .footer_l .bdsharebuttonbox a.bds_weixin {
	background: url(../images/wx.png) no-repeat center center;
}
.footer .footer_top .footer_cen .footer_l .bdsharebuttonbox a.bds_sqq {
	background: url(../images/q.png) no-repeat center center;
}
.footer .footer_top .footer_cen .footer_r {
  padding-top: 41px;
}
.footer .footer_top .footer_cen .footer_r ul{
	display: flex;
  justify-content: space-around;
}
.footer .footer_top .footer_cen .footer_r ul li .large {
	display: block;
	font-size: 16px;
	line-height: 34px;
	color: #fff;
}
.footer .footer_top .footer_cen .footer_r ul li .link {
	padding-top: 22px;
}
.footer .footer_top .footer_cen .footer_r ul li .link a {
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #999;
}
.footer .footer_top .footer_cen .footer_r ul li .link a:hover {
	color: #fff;
}
@media (max-width: 1400px) {
	.footer .footer_top {
		padding-top: 60px;
		padding-bottom: 90px;
	}
	.footer .footer_top .footer_cen .footer_r ul li {
		margin-left: 36px;
	}
}
@media (max-width: 1250px) {
	.footer .footer_top {
		padding-top: 60px;
		padding-bottom: 90px;
	}
	.footer .footer_top .footer_cen .footer_r ul li {
		margin-left: 20px;
	}
}
@media (max-width: 1024px) {
	.footer .footer_top {
		padding: 35px 0;
	}
	.footer .footer_top .footer_cen .footer_r {
		display: none;
	}
	.footer .footer_top .footer_cen .footer_r ul li {
		margin-left: 25px;
	}
	.footer .footer_top .footer_cen .footer_r ul li .large {
		font-size: 15px;
	}
	.footer .footer_top .footer_cen .footer_r ul li .link {
		padding-top: 13px;
	}
	.footer .footer_top .footer_cen .footer_r ul li .link a {
		font-size: 13px;
		line-height: 24px;
	}
}
@media (max-width: 950px) {
	.footer .footer_top .footer_cen .footer_r ul li {
		margin-left: 15px;
	}
}
@media (max-width: 870px) {
	.footer .footer_top .footer_cen .footer_r {
		width: 60%;
	}
	.footer .footer_top .footer_cen .footer_r ul li {
		margin-left: 20px;
	}
}
@media (max-width: 720px) {
	.footer .footer_top .footer_r {
		display: none;
	}
	.footer .footer_top .footer_l {
		float: none;
		width: 100%;
	}
}
.footer .copyright {
	width: 100%;
  background: #000;
  color: #666;
}
.footer .copyright a{
  color: #666;
}
.footer .copyright a:hover {
	text-decoration: underline;
}
.footer .copyright .fl {
	float: left;
	font-size: 12px;
	line-height: 64px;
}
.footer .copyright .fr{
  float: right;
}
.footer .copyright .seo{
  font-size: 12px;
	line-height: 64px;
}
.footer .copyright .fl .co {
	color: #666;
}
.footer .copyright .fl p {
  display: inline-block;
  margin: 0;
}
.footer .copyright .fl p a {
	color: #666;
}
.footer .copyright .friendship {
	width: 265px;
	float: right;
	margin-top: 12px;
	position: relative;
	border: 1px solid #1b1914;
}
.footer .copyright .friendship .show {
	padding-left: 65px;
	padding-right: 22px;
	cursor: pointer;
}
.footer .copyright .friendship .show .txt {
	float: left;
	font-size: 14px;
	color: #999;
	line-height: 40px;
}
.footer .copyright .friendship .show .ico {
	width: 14px;
	height: 40px;
	float: right;
	background: url(../images/ico.png) no-repeat center center;
}
.footer .copyright .friendship .hide {
	position: absolute;
	bottom: 42px;
	left: -1px;
	z-index: 100;
	width: 100%;
	background: #000;
	display: none;
	border: 1px solid #1b1914;
	border-bottom: none;
	border-top: none;
}
.footer .copyright .friendship .hide a {
	display: block;
	color: #fff;
	line-height: 40px;
	padding-left: 65px;
	border-top: 1px solid #1b1914;
	font-size: 14px;
}
@media (max-width: 1024px) {
	.footer .copyright {
		padding: 15px 0;
		text-align: center;
	}
	.footer .copyright .friendship {
		display: none;
	}
	.footer .copyright .fl {
		float: none;
		line-height: 24px;
		padding: 15px 0;
	}
}
/* 底部 结束 */

.banner_ny {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner_ny:before {
	content: "";
	display: block;
	padding-bottom: 15.8%;
}
.ny {
	min-height: 200px;
}
/*about*/
.about {
	margin-bottom: 40px;
	display: table;
	width: 100%;
}
.about .about_img {
	overflow: hidden;
	text-align: center;
	width: 100%;
	margin: 60px auto 50px;
}
@media (max-width: 767px) {
	.about .about_img {
		margin: 30px auto;
	}
}
.about .about_img img {
	max-width: 100%;
	max-height: 100%;
}
.about .text {
	text-align: center;
	color: #666666;
	font-size: 14px;
	line-height: 24px;
}
.about .text2 {
	text-align: center;
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
}
/*contact*/
.contact {
	padding: 0 0 60px;
}
.contact .contact_message {
	margin: 55px auto 0;
}
.contact .contact_message ul {
	width: 102%;
	list-style: none;
	margin: 30px 0 30px -2%;
	display: inline-block;
	box-sizing: border-box;
}
.contact .contact_message ul .li_3 {
	width: 100%;
	margin-top: 18px;
}
.contact .contact_message ul .li_3 .submit {
	width: 50%;
	line-height: 27px;
	margin: 15px auto 0;
	color: #acadaf;
	border-radius: 50px;
	font-size: 12px;
	padding: 0 10px;
	background: #719d16;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}
@media (max-width: 767px) {
	.contact .contact_message ul .li_3 .submit {
		width: 30%;
	}
}
.contact .contact_message ul .li_3 .submit:hover {
	background: #525249;
}
.contact .contact_message ul .li_2 .code {
	width: 118px;
	height: 32px;
	float: left;
	margin: 0 10px 0 0;
}
.contact .contact_message ul .li_2 .qing {
	font-size: 12px;
	color: #666666;
	line-height: 32px;
}
.contact .contact_message ul .li_2 .qing:hover {
	color: #476a56;
}
.contact .contact_message ul .li_1 {
	width: 100%;
}
.contact .contact_message ul .li_1 i {
	float: left;
	color: #d30000;
	font-size: 14px;
	font-style: inherit;
	width: 3%;
	margin-top: 10px;
	margin-left: 0.7%;
}
.contact .contact_message ul .li_1 textarea {
	width: 92.4%;
	float: left;
	line-height: 23px;
	border: 1px solid #dddddd;
	background: none;
	border-radius: 3px;
	font-size: 12px;
	padding: 10px;
	min-height: 66px;
	color: #666666;
	box-sizing: border-box;
}
.contact .contact_message ul .li_1 textarea:focus {
	border: 1px solid #757577;
}
.contact .contact_message ul li {
	width: 48%;
	margin-left: 2%;
	float: left;
	color: #44474d;
	margin-bottom: 15px;
}
.contact .contact_message ul li input {
	width: 88%;
	height: 33px;
	/* line-height: 33px; */
	border: 1px solid #dddddd;
	background: none;
	font-size: 12px;
	padding: 0 10px;
	float: left;
	color: #666666;
	box-sizing: border-box;
}
.contact .contact_message ul li input:focus {
	border: 1px solid #acadaf;
}
.contact .contact_message ul li i {
	float: left;
	color: #d30000;
	font-size: 14px;
	font-style: inherit;
	width: 3%;
	margin-top: 10px;
	margin-left: 1%;
}
.contact .contact_message big {
	display: block;
	color: #476a56;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.contact .contact_message small {
	display: block;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 35px;
	position: relative;
}
.contact .contact_message small:after {
	content: "";
	width: 40px;
	height: 1px;
	text-align: center;
	margin: 0 auto;
	display: table;
	background: #476a56;
}
.contact .contact_map {
	border: 1px solid #ddd;
	padding: 10px;
}
.contact .contact_map #map {
	width: 100%;
	height: 280px;
}
.contact .contact_map .contactnr {
	width: 100%;
	background: #f0f0f0;
	padding: 35px 0 45px;
	margin-top: 10px;
}
.contact .contact_map .contactnr p {
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	color: #666666;
}
.contact .contact_map .contactnr p a {
	color: #666666;
}
.contact .contact_map .contactnr p a:hover {
	color: #476a56;
}
.contact .titles {
	background: url("../images/about_line.png") left 20px repeat-x;
	margin: 30px 0 60px;
}
@media (max-width: 767px) {
	.contact .titles {
		margin: 20px 0 30px;
	}
}
.contact .titles .main {
	/*width: 42%;*/
	margin: 0 auto;
	background: #fff;
}
@media (max-width: 767px) {
	.contact .titles .main {
		/*width: 70%;*/
	}
}
.contact .titles .active {
	list-style: none;
	/*   border-radius: 50px; */
	background: #476a56;
	margin: 0 10px;
	display: table;
	border: 1px solid #476a56;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 38px;
	display: block;
}
/*news*/
.news {
	margin-bottom: 84px;
}
@media (max-width: 767px) {
	.news {
		margin-bottom: 60px;
	}
}
.news .submit {
	width: 100%;
	background: #f9f9f9;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #666666;
	display: block;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	margin-top: 60px;
}
@media (max-width: 767px) {
	.news .submit {
		margin-top: 15px;
	}
}
.news .submit:hover {
	background: #476a56;
	color: #fff;
}
.news .news_main {
	width: 100%;
	display: table;
}
.news .news_main dl {
	display: inline-block;
	width: 100%;
	margin: 50px 0 20px;
}
@media (max-width: 767px) {
	.news .news_main dl {
		margin: 20px 0 30px;
	}
}
.news .news_main dl:hover .more {
	border: 1px solid #476a56;
	color: #476a56;
}
.news .news_main dl:hover .more .fa {
	color: #476a56;
}
.news .news_main dl:hover span a {
	color: #476a56;
}
.news .news_main dl:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.news .news_main dl .float {
	float: right;
}
.news .news_main dl .addr {
	margin-left: 0;
}
.news .news_main dl dt {
	float: left;
	width: 53%;
	position: relative;
	overflow: hidden;
}
@media (max-width: 767px) {
	.news .news_main dl dt {
		width: 100%;
	}
}
.news .news_main dl dt img {
	transition: all 0.38s ease-in;
	-webkit-transition: all 0.38s ease-in;
	-moz-transition: all 0.38s ease-in;
	-ms-transition: all 0.38s ease-in;
	-o-transition: all 0.38s ease-in;
}
/* .news .news_main dl dt:before {
	content: "";
	display: block;
	padding-bottom: 65%;
} */
.news .news_main dl dd {
	width: 41%;
	margin-left: 6%;
	float: left;
}

/* 内页新闻列表 */
.xypg-news-list li {
  border: 1px solid #e1e1e1;
  padding: 30px;
  background: #fff;
  margin-bottom: 35px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.xypg-news-list li .tit {
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 15px;
  position: relative;
}

.xypg-news-list li .tit h3 {
  padding-bottom: 15px;
  font-size: 18px;
  color: #565656;
  font-weight: normal;
  padding-right: 25%;
  margin: 0;
}

.xypg-news-list li .tit .date {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #666666;
}

.xypg-news-list li .info {
  font-size: 14px;
  line-height: 2;
  color: #999999;
}

.xypg-news-list li .more {
  margin-top: 15px;
}

.xypg-news-list li .more span {
  display: inline-block;
  width: 130px;
  line-height: 33px;
  text-align: center;
  color: #000;
  font-size: 14px;
  color: #666666;
  border: 1px solid #e1e1e1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.xypg-news-list li:hover {
  -webkit-box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
          box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
}

.xypg-news-list li:hover .tit h3 {
  color: #292e39;
}

.xypg-news-list li:hover .more span {
  color: #fff;
  background-color: #292e39;
}

@media (max-width: 990px) {
  .xypg-news-list{
    padding: 0;
  }
  .xypg-news-list li .tit {
    border-bottom: none;
  }
  .xypg-news-list li .tit h3 {
    padding-right: 0;
    padding-bottom: 10px;
  }
  .xypg-news-list li .tit .date {
    position: static;
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 5px;
    color: #999;
  }
  .x-region{display: none;}
}

/* 新闻列表 结束 */


@media (max-width: 767px) {
	.news .news_main dl dd {
		width: 100%;
		margin-left: 0;
	}
}
.news .news_main dl dd time {
	display: block;
	color: #37373f;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 50px;
}
@media (max-width: 767px) {
	.news .news_main dl dd time {
		margin-top: 20px;
	}
}
.news .news_main dl dd span {
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	max-height: 24px;
	overflow: hidden;
	margin: 10px 0;
}
.news .news_main dl dd span a {
	color: #333333;
}
.news .news_main dl dd p {
	color: #666666;
	font-size: 14px;
	line-height: 22px;
	height: 67px;
	overflow: hidden;
}
@media (max-width: 767px) {
	.news .news_main dl dd p {
		width: 100%;
		margin-left: 0;
		height: 42px;
		overflow: hidden;
	}
}
.news .news_main dl dd .more {
	width: 114px;
	height: 27px;
	border: 1px solid #d2d2d2;
	color: #878686;
	line-height: 25px;
	font-size: 14px;
	display: block;
	padding: 0 10px 0 15px;
	margin-top: 30px;
}
.news .news_main dl dd .more .fa {
	color: #d2d2d2;
	font-weight: 100;
	margin: 0 0 0 10px;
	font-size: 16px;
}
/*news_show*/
.news_show {
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	.news_show {
		margin-bottom: 20px;
	}
}
.news_show .more {
	margin: 0 auto;
	display: table;
	background: #b2b2b2;
	border-radius: 50px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 130px;
	line-height: 28px;
	margin: 30px auto 50px;
}
.news_show .more:hover {
	background: #476a56;
}
.news_show .title2 {
	text-align: center;
	color: #333333;
	font-size: 22px;
	line-height: 24px;
	margin: 70px 0 15px;
}
.news_show .article {
	font-size: 12px;
	color: #ababab;
	text-align: center;
	line-height: 24px;
	padding-bottom: 28px;
	margin-bottom: 35px;
	border-bottom: 1px solid #e5e5e5;
}
.news_show .p1 {
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	margin-top: 25px;
}
.news_show .news_showimg {
	width: 50%;
	margin: 80px auto 50px;
	position: relative;
}
@media (max-width: 767px) {
	.news_show .news_showimg {
		width: 80%;
		margin: 50px auto 30px;
	}
}
.news_show .news_showimg:before {
	content: "";
	width: 100%;
	height: 22px;
	background: #f2f2f2;
	position: absolute;
	left: -22px;
	top: -22px;
}
.news_show .news_showimg:after {
	content: "";
	height: 100%;
	width: 22px;
	background: #f2f2f2;
	position: absolute;
	left: -22px;
	top: -22px;
}
.news_show .news_showimg .pic {
	width: 100%;
	position: relative;
}
.news_show .news_showimg .pic:before {
	content: "";
	display: block;
	padding-bottom: 65.2%;
}
.visit {
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	list-style: none;
	display: inline-block;
	width: 100%;
	padding: 25px 0 15px;
	margin-top: 55px;
}
@media (max-width: 767px) {
	.visit {
		margin-top: 35px;
	}
}
.visit li {
	width: 100%;
	margin-bottom: 12px;
	height: 30px;
	overflow: hidden;
}
.visit li:hover span {
	background: #476a56;
}
.visit li a {
	color: #333333;
	font-size: 14px;
	line-height: 30px;
}
.visit li .active {
	background: #476a56;
}
.visit li .active a {
	color: #333333;
}
.visit li span {
	display: block;
	float: left;
	background: #b7b7b7;
	padding: 0 30px;
	color: #fff;
	line-height: 30px;
	font-size: 12px;
	margin-right: 15px;
}
@media (max-width: 767px) {
	.visit li span {
		padding: 0 10px;
	}
}
.rela_news {
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 50px;
}
.rela_news .bg {
	background: url("../images/news_show2.png") 20px no-repeat #f7f7f7;
}
@media (max-width: 767px) {
	.rela_news .bg {
		background: url("../images/news_show2.png") 10px no-repeat #f7f7f7;
	}
}
.rela_news li {
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	border-top: 1px solid #f1f1f1;
	margin-bottom: 1px;
	width: 100%;
	background: url("../images/news_show2.png") 20px no-repeat;
	padding-left: 33px;
}
@media (max-width: 767px) {
	.rela_news li {
		background: url("../images/news_show2.png") 10px no-repeat;
	}
}
.rela_news li:hover a {
	color: #476a56;
}
.rela_news li a {
	color: #333333;
	font-size: 13px;
	float: left;
	width: 54%;
	overflow: hidden;
}
@media (max-width: 767px) {
	.rela_news li a {
		width: 65%;
	}
}
.rela_news li time {
	float: right;
	display: block;
	color: #999999;
	font-size: 13px;
	padding-right: 96px;
	width: 33%;
	text-align: right;
	overflow: hidden;
}
@media (max-width: 767px) {
	.rela_news li time {
		width: 30%;
		margin-right: 10px;
	}
}
.related {
	background: url("../images/news_showbg.png") left center no-repeat;
	width: 100%;
	height: 31px;
	line-height: 31px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding-left: 20px;
	margin: 45px 0 25px;
}
/*job*/
.job {
	padding: 0 0 60px;
}
@media (max-width: 767px) {
	.job {
		padding: 0 0 25px;
	}
}
.job .titles {
	background: url("../images/about_line.png") left 20px repeat-x;
	margin: 30px 0 60px;
}
@media (max-width: 767px) {
	.job .titles {
		margin: 20px 0 30px;
	}
}
.job .titles .main {
	/*width: 42%;*/
	margin: 0 auto;
	background: #fff;
}
@media (max-width: 767px) {
	.job .titles .main {
		/*width: 70%;*/
	}
}
.job .titles .active {
	list-style: none;
	/*   border-radius: 50px; */
	background: #476a56;
	margin: 0 10px;
	display: table;
	border: 1px solid #476a56;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 38px;
	display: block;
}
.job .jobnr {
	width: 100%;
	display: table;
	margin: 70px 0 0;
	border-bottom: 1px solid #dedede;
}
@media (max-width: 767px) {
	.job .jobnr {
		margin: 40px 0 0;
	}
}
.job .jobnr .left {
	width: 55%;
	float: left;
}
@media (max-width: 767px) {
	.job .jobnr .left {
		width: 100%;
	}
}
.job .jobnr .left big {
	display: block;
	color: #476a56;
	font-size: 60px;
	line-height: 63px;
	font-weight: bold;
}
@media (max-width: 991px) {
	.job .jobnr .left big {
		font-size: 50px;
	}
}
@media (max-width: 767px) {
	.job .jobnr .left big {
		font-size: 34px;
		line-height: 45px;
	}
}
.job .jobnr .left big span {
	font-size: 45px;
	display: block;
}
@media (max-width: 991px) {
	.job .jobnr .left big span {
		font-size: 40px;
	}
}
@media (max-width: 767px) {
	.job .jobnr .left big span {
		font-size: 30px;
	}
}
.job .jobnr .left small {
	color: #828282;
	font-size: 20px;
	font-weight: bold;
	display: block;
	margin: 15px 0 10px;
}
.job .jobnr .left p {
	color: #828282;
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 25px;
}
.job .jobnr .right {
	width: 28%;
	float: right;
	margin-top: 45px;
	position: relative;
}
@media (max-width: 767px) {
	.job .jobnr .right {
		width: 100%;
		margin-top: 20px;
	}
}
.job .jobnr .right:before {
	content: "";
	display: block;
	padding-bottom: 116.4%;
}
.job .job_main {
	width: 100%;
	margin: 30px auto 50px;
}
.job .job_main .title3 {
	width: 100%;
	height: 30px;
	padding-bottom: 1px;
	border-bottom: 1px solid #666666;
	overflow: hidden;
}
.job .job_main .title3 span {
	background: url("../images/jion_2.png") no-repeat;
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	padding: 0 18px 0 43px;
	display: inline-block;
	max-width: 70%;
}
.job .job_main .box {
	border-left: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	margin: 20px 0 0 45px;
	padding: 0 0 37px 24px;
	position: relative;
	z-index: 1;
}
.job .job_main .box:before {
	content: "";
	position: absolute;
	left: -5px;
	top: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	z-index: 5;
}
.job .job_main .box .myself {
	position: absolute;
	bottom: -10px;
	display: block;
	right: 0;
	background: #979797;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
}
.job .job_main .box .myself .fa {
	margin-left: 8px;
	font-size: 12px;
}
.job .job_main .box .myself:hover {
	background: #476a56;
}
.job .job_main .box big {
	display: block;
	color: #2e2e2e;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	position: relative;
}
.job .job_main .box big:before {
	content: "";
	position: absolute;
	left: -29px;
	top: 8px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #476a56;
	z-index: 10;
}
.job .job_main .box p {
	color: #828282;
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 20px;
}
.job .job_main .box p span {
	margin: 0 36px;
}
/*map*/
.map {
	padding: 0 0 100px;
}
@media (max-width: 767px) {
	.map {
		padding: 0 0 25px;
	}
}
.map .title {
	background: url("../images/about_line.png") left 20px repeat-x;
	margin: 30px 0 40px;
}
@media (max-width: 767px) {
	.map .title {
		margin: 20px 0 30px;
	}
}
.map .title .main {
	width: 42%;
	margin: 0 auto;
	background: #fff;
}
@media (max-width: 767px) {
	.map .title .main {
		width: 70%;
	}
}
.map .title .active {
	list-style: none;
	border-radius: 50px;
	background: #476a56;
	margin: 0 10px;
	display: table;
	border: 1px solid #476a56;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 38px;
	display: block;
}
.map .map_main {
	margin: 0 180px;
}
@media (min-width: 1241px) and (max-width: 1399px) {
	.map .map_main {
		margin: 0 100px;
	}
}
@media (min-width: 992px) and (max-width: 1240px) {
	.map .map_main {
		margin: 0;
	}
}
@media (max-width: 991px) {
	.map .map_main {
		margin: 0;
	}
}
.map .map_main .box {
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding-bottom: 40px;
}
@media (max-width: 767px) {
	.map .map_main .box {
		padding-bottom: 5px;
	}
}
.map .map_main .box .line {
	position: absolute;
	left: 13%;
	top: 0;
	width: 1px;
	height: 100%;
	background: #d9d9d9;
	z-index: 10;
}
@media (max-width: 767px) {
	.map .map_main .box .line {
		left: 25%;
	}
}
.map .map_main .box .line:after {
	content: "";
	position: absolute;
	left: -5px;
	top: 0;
	width: 15px;
	height: 10px;
	background: #fff;
	z-index: 15;
}
.map .map_main .box .line:before {
	content: "";
	position: absolute;
	left: -5px;
	top: 10px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #e3e3e3;
	z-index: 20;
}
.map .map_main .box .maprow {
	list-style: none;
	display: inline-block;
	width: 100%;
	min-height: 75px;
	padding-bottom: 10px;
}
.map .map_main .box .maprow span {
	width: 12%;
	float: left;
	text-align: right;
	display: block;
	line-height: 29px;
	/*   padding-right: 2%; */
	padding-top: 16px;
}
@media (max-width: 767px) {
	.map .map_main .box .maprow span {
		width: 25%;
	}
}
.map .map_main .box .maprow small {
	display: block;
	float: left;
	width: 8%;
	height: 1px;
	margin-top: 30px;
	background: #d9d9d9;
}
@media (max-width: 767px) {
	.map .map_main .box .maprow small {
		width: 5%;
	}
}
.map .map_main .box .maprow dl {
	float: left;
	width: 80%;
	list-style: none;
	display: inline-block;
	position: relative;
	line-height: 29px;
}
@media (max-width: 767px) {
	.map .map_main .box .maprow dl {
		width: 70%;
	}
}
.map .map_main .box .maprow dl .active {
	background: #4f7c62;
}
.map .map_main .box .maprow dl .sub {
	position: absolute;
	width: 100%;
	left: 0;
	margin-top: 1px;
	margin-bottom: 20px;
}
.map .map_main .box .maprow dl .sub > a {
	display: block;
	float: left;
	width: 10%;
	background: #5e8c71;
	font-weight: bold;
	line-height: 29px;
	font-size: 14px;
	position: relative;
	color: #ffffff;
	font-size: 13px;
	text-align: center;
}
.map .map_main .box .maprow dl .sub1 > a {
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	line-height: 29px;
	width: 10%;
}
@media (max-width: 767px) {
	.map .map_main .box .maprow dl .sub > a {
		font-size: 12px;
	}
}
.map .map_main .box .maprow dl .sub > a:hover {
	background: #6fae89;
}
.map .map_main .box .maprow dl .sub .on {
	background: #6fae89;
}
.map .map_main .box .maprow dl dt {
	display: inline-block;
	/*width: 16%;*/
	padding: 0 3%;
	background: #476a56;
	float: left;
	margin-top: 2px;
}
.map .map_main .box .maprow dl dt:hover {
	background: #4f7c62;
}
.map .map_main .box .maprow dl dt > a {
	display: block;
	width: 100%;
	color: #fff;
	font-weight: bold;
	line-height: 29px;
	font-size: 14px;
	position: relative;
	/*   height: 30px; */
}
@media (max-width: 767px) {
	.map .map_main .box .maprow dl dt > a {
		font-size: 12px;
	}
}
.map .map_main .box .maprow dl dt > a div {
	position: absolute;
	left: 0;
	display: block;
}
/*product*/
.product {
	margin-bottom: 40px;
	display: table;
	width: 100%;
}
@media (max-width: 767px) {
	.product {
		margin-bottom: 0;
	}
}
.product .text {
	text-align: center;
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	margin: 0 auto 40px;
}
.product .pro_main {
	list-style: none;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 45px;
	margin-bottom: 45px;
}
@media (max-width: 767px) {
	.product .pro_main {
		width: 103%;
		margin-left: 11%;
		padding-bottom: 20px;
	}
}
.product .pro_main li {
	width: 30.3%;
	float: left;
	margin: 25px 10px;
}
@media (max-width: 767px) {
	.product .pro_main li {
		width: 47%;
		margin: 0 3% 25px 3%;
	}
}
.product .pro_main li:hover .pic img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.product .pro_main li:hover span a {
	color: #476a56;
}
.product .pro_main li:hover .btn {
	background: #476a56;
	color: #fff;
}
.product .pro_main li .pic {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.product .pro_main li .pic img {
	transition: all 0.38s ease-in;
	-webkit-transition: all 0.38s ease-in;
	-moz-transition: all 0.38s ease-in;
	-ms-transition: all 0.38s ease-in;
}
.product .pro_main li .pic:before {
	content: "";
	display: block;
	padding-bottom: 66%;
}
.product .pro_main li span {
	color: #666666;
	font-size: 16px;
	text-align: center;
	display: block;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	margin: 20px 0 15px;
}
.product .pro_main li span a {
	color: #666666;
}
.product .pro_main li p {
	text-align: center;
	color: #666666;
	font-size: 12px;
	display: block;
	line-height: 22px;
	height: 24px;
	margin-bottom: 5px;
	overflow: hidden;
	border-bottom: 1px solid #d9dcdd;
}
.product .pro_main li .btn {
	width: 100px;
	height: 25px;
	margin: 20px auto;
	text-align: center;
	line-height: 23px;
	border-radius: 50px;
	font-size: 14px;
	display: block;
	border: 1px solid #476a56;
	color: #476a56;
}
/*小标题*/
.titles {
	background: url("../images/about_line.png") left 20px repeat-x;
	margin: 30px 0 40px;
	width: 100%;
}
@media (max-width: 767px) {
	.titles {
		margin: 20px 0 30px;
	}
}
.titles .main {
	display: table;
	margin: 0 auto;
	background: #fff;
	/*width: 50%;*/
}
@media (max-width: 767px) {
	.titles .main {
		/*width: 90%;*/
	}
}
.titles .main .sub {
	padding-left: 3%;
	line-height: 24px;
	width: 85%;
	font-size: 14px;
	margin: 20px 0 0;
	text-align: center;
}
@media (max-width: 991px) {
	.titles .main .sub {
		/*padding-left: 0;*/
	}
}
.titles .main .sub a {
	color: #476a56;
	padding: 0 14px;
}
@media (max-width: 767px) {
	.titles .main .sub a {
		padding: 0px;
	}
}
.titles ul {
	list-style: none;
	margin: 0 0;
	max-width: 100% !important;
	margin-left: -40px;
	overflow: hidden;
	margin-bottom: 20px;
	text-align: center;
}
.titles ul .active {
  background: #476a56;
  color: #fff;
}
.titles ul .active a {
	color: #fff;
	font-weight: bold;
}
.titles ul li {
	/*float: left;*/
	display: inline-block;
	line-height: 38px;
	text-align: center;
	height: 38px;
	overflow: hidden;
	width: 230px;
	border: 1px solid #476a56;
}

@media (max-width: 320px) {
	.titles ul li {
		/*width: 33.4%;*/
	}
}
.titles ul li:hover {
	background: #476a56;
}
.titles ul li:hover a {
	color: #fff;
	font-weight: bold;
}
.titles ul li a {
	color: #476a56;
	font-size: 14px;
	display: block;
	width: 100%;
}
@media (max-width: 767px) {
	.titles ul li a {
		padding: 0px;
	}
}
/*分页*/
.pages .pagination {text-align: center;height: auto;}
.pages .pagination a {padding: 0 13px;line-height: 28px;height: 28px;float: none;display: inline-block;}
.pages .pagination p {padding: 0 13px;line-height: 28px;height: 28px;float: none;display: inline-block;}
@media (max-width: 767px) {
	.page .page-num {
		display: none;
	}
}
.page a:hover,
.page .page-cur {
	background: #476a56;
	color: #fff;
}
.page .active {
	background: #476a56;
	color: #fff;
}
/*product*/
.product_show {
	margin-bottom: 30px;
	display: table;
	width: 100%;
}
@media (max-width: 767px) {
	.product_show {
		margin-bottom: 0;
	}
}
.product_show .pro_main {
	width: 100%;
	display: table;
}
.product_show .pro_main .content {
	width: 100%;
}
.product_show .pro_main .content .prosmall {
	width: 100%;
	position: relative;
}
/* .product_show .pro_main .content .prosmall:before {
	content: "";
	display: block;
	padding-bottom: 66.4%;
} */
.product_show .pro_main .proimg {
	width: 48%;
	float: left;
}
@media (max-width: 991px) {
	.product_show .pro_main .proimg {
    display: block;
    width: 100%;
	}
}
.product_show .pro_main .proimg ul {
	width: 82%;
	list-style: none;
	/*margin-left: -2.2%;*/
	/*margin-top: 13px;*/
	text-align: center;
	margin: 13px auto 0;
	padding: 0;
}
.product_show .pro_main .proimg ul li {
	/*float: left;*/
	width: 26%;
	/*margin-left: 3%;*/
	cursor: pointer;
	border: 1px solid #fff;
	position: relative;
	display: inline-block;
	padding: 0 8px;
	margin-left: 0;
	float: none;
}
.product_show .pro_main .proimg ul li:before {
	content: "";
	display: block;
}
.product_show .pro_main .proimg ul .one {
	border: 1px solid #476a56;
}
.product_show .pro_main .right {
	width: 49%;
	float: right;
}
@media (max-width: 991px) {
	.product_show .pro_main .right {
		width: 100%;
	}
}
.product_show .pro_main .right big {
	display: block;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	margin: 25px 0 20px;
}
.product_show .pro_main .right p {
	color: #666666;
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 40px;
	/*   max-height: 168px;
  overflow: hidden; */
}
.product_show .pro_main .right .btn {
	width: 195px;
	height: 45px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 45px;
	background: #476a56;
	display: block;
}
.product_show .pro_main .right .btn:hover {
	background: #535353;
}
.product_show .title2 {
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin-top: 85px;
	border-bottom: 1px solid #476a56;
}
.product_show .title2 span {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	padding: 0 25px;
	background: #476a56;
}
.product_show .text2 {
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	margin: 35px 0 55px;
}
.product_show center {
	text-align: center;
	width: 100%;
	overflow: hidden;
}
.product_show center img {
	max-width: 100%;
	max-height: 100%;
}
.product_show .pros_main {
	list-style: none;
	display: inline-block;
	width: 93.8%;
	margin-left: -3.8%;
	max-width: 1440px;
}
@media (max-width: 767px) {
	.product_show .pros_main {
		width: 103%;
		margin-left: 10%;
		padding-bottom: 20px;
	}
}
.product_show .pros_main li {
	width: 31.5%;
	float: left;
	margin: 20px 0 30px 1.8%;
}
@media (max-width: 767px) {
	.product_show .pros_main li {
		width: 47%;
		margin: 0 3% 25px 3%;
	}
}
.product_show .pros_main li:hover .pic img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.product_show .pros_main li:hover span a {
	color: #476a56;
}
.product_show .pros_main li .pic {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.product_show .pros_main li .pic img {
	transition: all 0.38s ease-in;
	-webkit-transition: all 0.38s ease-in;
	-moz-transition: all 0.38s ease-in;
	-ms-transition: all 0.38s ease-in;
}
.product_show .pros_main li .pic:before {
	content: "";
	display: block;
	padding-bottom: 66%;
}
.product_show .pros_main li span {
	color: #666666;
	font-size: 16px;
	text-align: center;
	display: block;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	margin: 20px 0 15px;
}
.product_show .pros_main li span a {
	color: #666666;
}
.product_show .more {
	margin: 0 auto;
	display: table;
	background: #b2b2b2;
	border-radius: 50px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 130px;
	line-height: 28px;
	margin: 0 auto 50px;
}
.product_show .more:hover {
	background: #476a56;
}
.product_show .prolunbo1 {
	z-index: 0;
}
@media (min-width: 992px) {
	.product_show .prolunbo1 {
		display: none;
	}
}
.product_show .prolunbo1 {
	width: 100%;
	overflow: hidden;
}
.product_show .prolunbo1 span {
	display: block;
	position: relative;
}
.product_show .prolunbo1 span:after {
	content: "";
	display: block;
	padding-bottom: 50.4%;
}
.product_show .prolunbo1 .slick-prev,
.product_show .prolunbo1 .slick-next {
	width: 100px;
	height: 100px;
	border: none;
}
@media (max-width: 991px) {
	.product_show .prolunbo1 .slick-prev,
	.product_show .prolunbo1 .slick-next {
		width: 50px;
		height: 50px;
	}
}
@media (max-width: 767px) {
	.product_show .prolunbo1 .slick-prev,
	.product_show .prolunbo1 .slick-next {
		width: 25px;
		height: 25px;
		top: 60%;
	}
}
.product_show .prolunbo1 .slick-dots li button {
	width: 10px;
	height: 10px;
	background: #fff;
}
.product_show .prolunbo1 .slick-dots li.slick-active button {
	width: 10px;
	height: 10px;
	background: #476a56;
}
.product_show .prolunbo1 .slick-dots {
	bottom: 15px;
}
/*service*/
.service {
	padding: 0 0 0px;
}
@media (max-width: 767px) {
	.service {
		padding: 0 0 25px;
	}
}
.service .titles {
	background: url("../images/about_line.png") left 20px repeat-x;
	margin: 30px 0 40px;
}
@media (max-width: 767px) {
	.service .titles {
		margin: 20px 0 30px;
	}
}
.service .titles .main {
	/*width: 42%;*/
	margin: 0 auto;
	background: #fff;
}
@media (max-width: 767px) {
	.service .titles .main {
		/*width: 70%;*/
	}
}
.titles .active {
	width: 230px;
	height: 38px;
	overflow: hidden;
}
.service .titles .active {
	list-style: none;
	/*   border-radius: 50px; */
	background: #476a56;
	/*margin: 0 10px;*/
	/*display: table;*/
	border: 1px solid #476a56;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 38px;
	/*  display: block;*/
	width: 230px;
	height: 38px;
	overflow: hidden;
}
.service .title1 {
	width: 100%;
}
.service .title1 span {
	display: inline-block;
	width: 138px;
	height: 53px;
	background: url("../images/service_bg1.png") no-repeat;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	word-wrap: normal;
	overflow: hidden;
}
.service .p1 {
	color: #666666;
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 50px;
}
.service .title2 {
	width: 100%;
}
.service .title2 span {
	display: inline-block;
	width: 138px;
	height: 53px;
	background: url("../images/service_bg2.png") no-repeat;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	word-wrap: normal;
	overflow: hidden;
}
.service center {
	text-align: left;
	width: 100%;
	overflow: hidden;
	margin-bottom: 45px;
}
.service center img {
	max-width: 100%;
	max-height: 100%;
}
/*inquiry*/
.inquiry {
	padding-bottom: 80px;
}
@media (max-width: 767px) {
	.inquiry {
		padding-bottom: 60px;
	}
}
.inquiry .inquiry_main {
	background: url(../images/pro02bg.png) no-repeat center top;
	padding: 90px 150px 50px 150px;
	margin: 0px 80px;
	background-size: 100% 100%;
}
@media (min-width: 992px) and (max-width: 1240px) {
	.inquiry .inquiry_main {
		padding: 90px 0px 50px 0px;
		margin: 0px;
	}
}
@media (max-width: 991px) {
	.inquiry .inquiry_main {
		padding: 90px 70px 50px 70px;
		margin: 0px;
	}
}
@media (max-width: 767px) {
	.inquiry .inquiry_main {
		background: #edf0ee;
		padding: 35px 0px 50px 0px;
		margin: 0px;
	}
}
.inquiry .inquiry_main ul {
	list-style: none;
	padding-left: 6%;
}
@media (min-width: 992px) and (max-width: 1240px) {
	.inquiry .inquiry_main ul {
		padding-left: 17%;
	}
}
@media (max-width: 991px) {
	.inquiry .inquiry_main ul {
		padding-left: 10%;
	}
}
@media (max-width: 767px) {
	.inquiry .inquiry_main ul {
		padding-left: 2%;
	}
}
.inquiry .inquiry_main ul .li_4 {
	padding-left: 20%;
	margin: 70px 0px 30px 0px;
}
@media (max-width: 767px) {
	.inquiry .inquiry_main ul .li_4 {
		margin: 35px 0px 10px 0px;
	}
}
.inquiry .inquiry_main ul .li_4 .submit {
	width: 100px;
	height: 30px;
	background: #d0712f;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	display: block;
	float: left;
	margin-left: 10px;
	line-height: 20px;
	cursor: pointer;
}
.inquiry .inquiry_main ul .li_4 .submit:hover {
	background: #476a56;
}
.inquiry .inquiry_main ul .li_4 .reset {
	width: 100px;
	height: 30px;
	background: #727272;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	display: block;
	float: left;
	margin-left: 10px;
	line-height: 20px;
	cursor: pointer;
}
.inquiry .inquiry_main ul .li_4 .reset:hover {
	background: #476a56;
}
.inquiry .inquiry_main ul .li_3 input {
	width: 19%;
	float: left;
	border: 1px solid #dbdbdb;
	/*  line-height: 37px; */
	height: 37px;
	padding: 0px 10px;
}
@media (min-width: 992px) and (max-width: 1240px) {
	.inquiry .inquiry_main ul .li_3 input {
		width: 18%;
	}
}
@media (max-width: 767px) {
	.inquiry .inquiry_main ul .li_3 input {
		width: 40%;
	}
}
.inquiry .inquiry_main ul .li_3 input:focus {
	border: 1px solid #a7a6a6;
}
.inquiry .inquiry_main ul .li_3 .code {
	width: 60px;
	height: 37px;
	float: left;
	display: block;
	margin: 0px 10px;
}
@media (max-width: 767px) {
	.inquiry .inquiry_main ul .li_3 .code {
		clear: both;
		margin-top: 15px;
		margin-left: 24%;
	}
}
@media (max-width: 320px) {
	.inquiry .inquiry_main ul .li_3 .code {
		clear: both;
		margin-top: 15px;
		margin-left: 5%;
	}
}
.inquiry .inquiry_main ul .li_3 .qing {
	line-height: 37px;
	display: block;
	float: left;
	color: #373737;
	font-size: 14px;
}
@media (max-width: 767px) {
	.inquiry .inquiry_main ul .li_3 .qing {
		margin-top: 15px;
	}
}
.inquiry .inquiry_main ul .li_3 .qing:hover {
	color: #476a56;
}
.inquiry .inquiry_main ul .li_2 textarea {
	width: 60%;
	float: left;
	border: 1px solid #dbdbdb;
	line-height: 24px;
	padding: 10px;
	height: 196px;
}
@media (min-width: 992px) and (max-width: 1240px) {
	.inquiry .inquiry_main ul .li_2 textarea {
		width: 52%;
	}
}
@media (max-width: 767px) {
	.inquiry .inquiry_main ul .li_2 textarea {
		height: 100px;
	}
}
.inquiry .inquiry_main ul .li_2 textarea:focus {
	border: 1px solid #a7a6a6;
}
.inquiry .inquiry_main ul .li_1 input {
	width: 62%;
	float: left;
	border: 1px solid #dbdbdb;
	/* line-height: 37px; */
	height: 37px;
	padding: 0px 10px;
}
@media (min-width: 992px) and (max-width: 1240px) {
	.inquiry .inquiry_main ul .li_1 input {
		width: 48%;
	}
}
.inquiry .inquiry_main ul .li_1 input:focus {
	border: 1px solid #a7a6a6;
}
.inquiry .inquiry_main ul li {
	width: 100%;
	margin-bottom: 13px;
	display: table;
}
.inquiry .inquiry_main ul li span {
	width: 17%;
	height: 50px;
	float: left;
	height: 37px;
	overflow: hidden;
	line-height: 37px;
	color: #373737;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	margin-right: 4%;
}
@media (max-width: 767px) {
	.inquiry .inquiry_main ul li span {
		font-size: 12px;
		width: 20%;
	}
}
.inquiry .inquiry_main ul li input {
	width: 41%;
	float: left;
	border: 1px solid #dbdbdb;
	/* line-height: 37px; */
	height: 37px;
	padding: 0px 10px;
}
@media (min-width: 992px) and (max-width: 1240px) {
	.inquiry .inquiry_main ul li input {
		width: 30%;
	}
}
.inquiry .inquiry_main ul li input:focus {
	border: 1px solid #a7a6a6;
}
.inquiry .inquiry_main ul li i {
	float: left;
	color: #d30000;
	font-size: 14px;
	font-style: inherit;
	width: 5%;
	margin-top: 10px;
	margin-left: 1%;
}
/*success*/
.success {
	width: 100%;
	margin: 0 auto;
	background: #fff;
}
.success .success_box {
	width: 40%;
	margin: 50px auto;
}
@media (max-width: 767px) {
	.success .success_box {
		width: 100%;
	}
}
.success .success_box p {
	color: #000000;
	font-size: 14px;
	margin-top: 35px;
	padding-top: 35px;
	clear: both;
	text-align: center;
}
.success .success_box .btn {
	background: #476a56;
	display: table;
	margin: 0 auto;
	width: 145px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin-top: 35px;
	color: #fff;
}
.success .success_box .btn:hover {
	background: #c51c29;
}
.success .success_box .left {
	width: 20%;
	float: left;
	position: relative;
}
.success .success_box .left:after {
	content: "";
	display: block;
	padding-bottom: 80%;
}
.success .success_box .right {
	color: #4e4c4d;
	width: 80%;
	float: left;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 90px;
}
@media (max-width: 767px) {
	.success .success_box .right {
		font-size: 24px;
		line-height: 45px;
		font-weight: 100;
	}
}
/*honor*/
.honor {
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	.honor {
		margin-bottom: 0px;
	}
}
.honor .ny-honor {
	width: 100%;
	margin: 70px auto 30px auto;
}
@media (max-width: 767px) {
	.honor .ny-honor {
		margin: 40px auto 30px auto;
	}
}
.honor .ny-honor .list-unstyled {
	list-style: none;
	width: 102%;
	margin-left: -2%;
	display: inline-block;
	box-sizing: border-box;
}
.honor .ny-honor .list-unstyled li {
	margin-left: 2%;
	width: 23%;
	float: left;
	margin-bottom: 50px;
}
@media (max-width: 767px) {
	.honor .ny-honor .list-unstyled li {
		margin-left: 0;
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
}
.honor .ny-honor .list-unstyled li a {
	position: relative;
	width: 100%;
	display: block;
}
.honor .ny-honor .list-unstyled li a:before {
	content: "";
	padding-bottom: 52%;
	display: block;
}
.honor .ny-honor .list-unstyled li a img {
	max-height: 100%;
	max-width: 100%;
	box-shadow: 0 4px 6px #525249;
	border-bottom: 1px solid #999;
}

/* 2.百度地图个别小图片隐藏（每个模板都需要用到）： */
.BMapLib_nav {
	display: none;
	padding: 10px !important;
}
.BMapLib_bubble_content {
	padding: 10px !important;
}
.BMapLib_sendToPhone,
.BMapLib_bubble_close {
	display: none;
}
.BMap_cpyCtrl {
	display: none;
}
.BMapLib_trans {
	margin: 0 !important;
}
.BMap_Marker img {
	max-width: 39px;
}

.fcontact a:link {
	color: #ffffff;
	text-decoration: none;
}
.fcontact a:visited {
	text-decoration: none;
	color: #ffffff;
}
.fcontact a:hover {
	text-decoration: none;
	color: #ffffff;
}
.fcontact a:active {
	text-decoration: none;
	color: #ffffff;
}

.pagination span {
	font-size: 12px;
	display: -moz-inline-box;
}

select {
	margin: 0;
	padding: 0;
}
ol,
a {
	text-decoration: none;
	outline: none;
	color: #476a56;
}
#contact-form .validate-on {
	border: 1px solid #ff0000;
	box-shadow: 0 0 1px #ff0000;
}

#contact-form1 .validate-on {
	border: 1px solid #ff0000;
	box-shadow: 0 0 1px #ff0000;
}

#contact-form2 .validate-on {
	border: 1px solid #ff0000;
	box-shadow: 0 0 1px #ff0000;
}
footer .fmessage ul li .validate-on {
	border: 1px solid #ff0000;
	box-shadow: 0 0 1px #ff0000;
}
/*浮动QQ*/
.fn-suspend.floatqq_right .suspend-item-app .show_qq {
	padding-left: 0px;
}
.fn-suspend.floatqq_right .service-QQ {
	bottom: -18px;
}

.BMap_Marker img {
	padding-top: 0 !important;
}
@media (min-width: 767px) {
	.sss1 {
		margin: 0 214px;
	}
}
.suspend-item-weixin .suspend-layer img {
	padding-top: 0 !important;
}

.mbx {
	text-align: right;
	padding: 10px 0;
	color: #999;
	height: 28px;
	overflow: hidden;
	font-size: 14px;
}
.mbx a {
	color: #999;
}
.mbx a:hover {
	color: #476a56;
}
.mbx #locat a:last-child {
	color: #476a56;
}
